home *** CD-ROM | disk | FTP | other *** search
- ;
- ; The 3 Islands Startup
- ;
- ; last modified on 18.3.98
- ;
-
- C:Assign >NIL: Air: The3Islands_gamedata ; tells the program where to find the datafiles
- C:Assign >NIL: Fonts: The3Islands_Fonts add
-
- If Exists Air:Land1.wlk ; check data
- Skip 1 ; if present skip 1
- Else
- Skip 2 ; if not skip 2
- EndIf
-
- Lab 2
- C:Echo "Missing Datafiles! Please CD to the directory where the drawer"
- C:Echo "The3Islands_gamedata/ is present!"
- C:Assign >NIL: Air: Remove
- Quit
-
- Lab 1
- The3Islands_Intro.exe ; start Intro.exe
- The3Islands.exe ; start The 3 Islands
- Delete >NIL: Ram:Language ; delete language file
- Quit ; und tschüß
-
-